From 9a86f6581872ff48218923a3ab7b6136927ec3d4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 9 Sep 2005 16:21:15 +0000 Subject: [PATCH] Stylistic improvements and clarifications for some blurbs. (#315520, 2005-09-09 Matthias Clasen * gtk/gtkiconview.c (gtk_icon_view_class_init): * gtk/gtkfilesel.c (gtk_file_selection_class_init): * gtk/gtkcombobox.c (gtk_combo_box_class_init): * gtk/gtklabel.c (gtk_label_class_init): * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): Stylistic improvements and clarifications for some blurbs. (#315520, Clytie Siddall) --- ChangeLog | 10 ++++++++++ ChangeLog.pre-2-10 | 10 ++++++++++ gtk/gtkcellrenderertext.c | 2 +- gtk/gtkcombobox.c | 2 +- gtk/gtkfilesel.c | 2 +- gtk/gtkiconview.c | 2 +- gtk/gtklabel.c | 2 +- 7 files changed, 25 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4676c76c8f..62894caa41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-09-09 Matthias Clasen + + * gtk/gtkiconview.c (gtk_icon_view_class_init): + * gtk/gtkfilesel.c (gtk_file_selection_class_init): + * gtk/gtkcombobox.c (gtk_combo_box_class_init): + * gtk/gtklabel.c (gtk_label_class_init): + * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): + Stylistic improvements and clarifications for some blurbs. + (#315520, Clytie Siddall) + 2005-09-09 Tor Lillqvist * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Cache the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4676c76c8f..62894caa41 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,13 @@ +2005-09-09 Matthias Clasen + + * gtk/gtkiconview.c (gtk_icon_view_class_init): + * gtk/gtkfilesel.c (gtk_file_selection_class_init): + * gtk/gtkcombobox.c (gtk_combo_box_class_init): + * gtk/gtklabel.c (gtk_label_class_init): + * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): + Stylistic improvements and clarifications for some blurbs. + (#315520, Clytie Siddall) + 2005-09-09 Tor Lillqvist * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Cache the diff --git a/gtk/gtkcellrenderertext.c b/gtk/gtkcellrenderertext.c index 5c1434b05d..f685c65556 100644 --- a/gtk/gtkcellrenderertext.c +++ b/gtk/gtkcellrenderertext.c @@ -435,7 +435,7 @@ gtk_cell_renderer_text_class_init (GtkCellRendererTextClass *class) P_("Ellipsize"), P_("The preferred place to ellipsize the string, " "if the cell renderer does not have enough room " - "to display the entire string, if at all"), + "to display the entire string"), PANGO_TYPE_ELLIPSIZE_MODE, PANGO_ELLIPSIZE_NONE, GTK_PARAM_READWRITE)); diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 0fc95250a0..1a4b107734 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -571,7 +571,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass) PROP_WRAP_WIDTH, g_param_spec_int ("wrap-width", P_("Wrap width"), - P_("Wrap width for layouting the items in a grid"), + P_("Wrap width for laying out the items in a grid"), 0, G_MAXINT, 0, diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c index c982ec3369..53e17a7587 100644 --- a/gtk/gtkfilesel.c +++ b/gtk/gtkfilesel.c @@ -569,7 +569,7 @@ gtk_file_selection_class_init (GtkFileSelectionClass *class) g_object_class_install_property (gobject_class, PROP_SELECT_MULTIPLE, g_param_spec_boolean ("select-multiple", - P_("Select multiple"), + P_("Select Multiple"), P_("Whether to allow multiple files to be selected"), FALSE, GTK_PARAM_READWRITE)); diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index bc88d13dbf..9e5047adb0 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -658,7 +658,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass) PROP_COLUMN_SPACING, g_param_spec_int ("column-spacing", P_("Column Spacing"), - P_("Space which is inserted between grid column"), + P_("Space which is inserted between grid columns"), 0, G_MAXINT, 6, GTK_PARAM_READWRITE)); diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 5fb3beeb32..e0cd823e8a 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -433,7 +433,7 @@ gtk_label_class_init (GtkLabelClass *class) PROP_ELLIPSIZE, g_param_spec_enum ("ellipsize", P_("Ellipsize"), - P_("The preferred place to ellipsize the string, if the label does not have enough room to display the entire string, if at all"), + P_("The preferred place to ellipsize the string, if the label does not have enough room to display the entire string"), PANGO_TYPE_ELLIPSIZE_MODE, PANGO_ELLIPSIZE_NONE, GTK_PARAM_READWRITE)); -- 2.30.2